CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / scadaClass Json Schema
scadaClass Json Schema
Description
CIMPLICITY class definition
Overview
scadaClass
CIMPLICITY class definition
classId : string
the unique ID for this class
description : string
the description for this class
classVersion : integer
the version number for this class, incremented with each change made to the class
dataItems : Array[dataItem]
an array of the data items of this class
dataItemId : string
dataType : string
the CIMPLICITY data type for this data item
numElements : integer
description : string
the description of this data item
compositeMembers : Array[compositeMember]
an array of the child members of this class
memberId : string
the unique ID for this composite member of the class
classId : string
the ID of the child class this composite member is made from
description : string
the description of this composite member
Properties
NameDescriptionData Type
the unique ID for this classstring
the description for this classstring
the version number for this class, incremented with each change made to the classinteger
an array of the data items of this classArray[dataItem]
an array of the child members of this classArray[compositeMember]
See Also